home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / copy.all / diskdup / ddi.txt < prev    next >
Text File  |  1994-04-18  |  3KB  |  82 lines

  1.                        DDI.TXT - readme file for
  2.                DDI SHELL ver 2.0 : DiskDupe Image shell
  3.  
  4.         What you can find in this documant:
  5.  
  6.                 1. What is DDI SHELL?
  7.                 2. DDI command line parameters
  8.                 3. History version
  9.                 4. Requirements
  10.  
  11.  
  12.         1. What is DDI SHELL?
  13.                 This program emulates drive A: contains information
  14.                 from DiskDupe image file (*.DDI) by loading disk image
  15.                 to XMS and catching int 13h, then running program you
  16.                 specified.
  17.  
  18.         2. DDI command line parameters
  19.  
  20.                 DDI [/b] ddi_file [ command_to_run [command parameters...] ]
  21.  
  22.         where:
  23.  
  24.                 /b              option to use drive B:
  25.                                 Now you can run two DDI images : one on drive
  26.                                 A: and other on drive B:, transferring data
  27.                                 between them.
  28.  
  29.                 ddi_file        is DiskDupe image file
  30.  
  31.                 command_to_run  optional parameter, specifies program name
  32.                                 to execute while emulating drive A: contains
  33.                                 files from ddi_file disk image. Used COMMAND.COM
  34.                                 (or some other value of COMSPEC= environment
  35.                                 variable) if not specified. You may set
  36.                                 COMSPEC= to point to another program in order
  37.                                 not to type program name each time you run DDI
  38.  
  39.                 parameters      parameters passed to program mentioned above
  40.  
  41.         example:
  42.  
  43.                 DDI ai40#1
  44.                 DDI /b ai40#2
  45.                 copy a:readme b:
  46.  
  47.                 this will copy file README from disk ai40#1 to disk ai40#2.
  48.                 You will be prompted if you want to save disk contents
  49.                 to file on exit.
  50.  
  51.         3. Version history
  52.  
  53.                 New in ver 1.1
  54.                 - fixed incompatibility with cache software (at least with
  55.                   NCACHE 6.0, Norton SPEEDRV 4.07, SMARTDRV v??)
  56.                 - added support for 360k diskettes
  57.  
  58.                 New in ver 1.2
  59.                 - added support for 720k diskettes
  60.  
  61.                 New in ver 2.0
  62.                 - /b option to use drive B: (*)
  63.                 - save disk image to file support
  64.                   (*) idea by Andrew Mubarakshin
  65.  
  66.         4. Requirements
  67.  
  68.                 - XMS memory manager ver 2.0+ (such as HIMEM.SYS)
  69.                   plus enoung free XMS to store disk image
  70.  
  71.                 - ??? ( pls report if some other found )
  72.  
  73.         4. Contacts
  74.  
  75.                 On any questions, suggestions and bugs found,
  76.                 please call 948-2448 voice, and you'll get new
  77.                 version free.
  78.  
  79.                                                         Alex Bokov
  80.                                                         18 apr 1994
  81.  
  82.